From: Doable8234 Date: Fri, 27 Dec 2024 05:30:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~10^2~71 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=385443ba6af239043e54df84db23f7022589a63a;p=git-annex.git --- diff --git a/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn b/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn new file mode 100644 index 0000000000..4a92d85331 --- /dev/null +++ b/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn @@ -0,0 +1,3 @@ +As we use git annex, each key gets a bunch of files created in the git annex branch, typically named `aaa/bbb/.xyz` + +When I delete files with this particular key, sometimes I'd like to prune these completely. I understand enough of git annex internals to do this myself with shell commands, but curious if this is something others(particularly Joey) have given any thought (or scripts) to.